home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fm42ch.exe
/
{app}
/
Foxmail.exe
/
0
/
RCDATA
/
TDLG_SMSPASS
/
TDLG_SMSPASS.txt
Wrap
Text File
|
2002-07-04
|
2KB
|
89 lines
object Dlg_SmsPass: TDlg_SmsPass
Left = 302
Top = 254
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = 'Enter SMS Password'
ClientHeight = 144
ClientWidth = 266
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 20
Width = 40
Height = 13
Caption = '&Account'
FocusControl = cmbAccounts
end
object Label2: TLabel
Left = 16
Top = 52
Width = 46
Height = 13
Caption = '&Password'
FocusControl = E_Password
end
object cmbAccounts: TComboBox
Left = 72
Top = 16
Width = 161
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 0
OnChange = cmbAccountsChange
OnDrawItem = cmbAccountsDrawItem
end
object E_Password: TEdit
Left = 72
Top = 48
Width = 161
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object cbRemember: TCheckBox
Left = 72
Top = 80
Width = 145
Height = 17
Caption = '&Remember password'
TabOrder = 2
end
object btnOK: TButton
Left = 56
Top = 112
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object btnCancel: TButton
Left = 144
Top = 112
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object Language: TLanguage
LangCenter = DM_Language.LangCenter
Left = 232
Top = 88
end
end